projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc6d621
)
Adwaita: update tango color for DND
author
Jakub Steiner
<jimmac@gmail.com>
Tue, 15 Sep 2020 10:18:55 +0000
(12:18 +0200)
committer
Jakub Steiner
<jimmac@gmail.com>
Tue, 15 Sep 2020 10:18:55 +0000
(12:18 +0200)
Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/3158
gtk/theme/Adwaita/_colors.scss
patch
|
blob
|
history
diff --git
a/gtk/theme/Adwaita/_colors.scss
b/gtk/theme/Adwaita/_colors.scss
index d58d0b633597d97a5f229bdec39848adc941b79d..1fd61f000e5d27a0be63e87ea945621d2a499230 100644
(file)
--- a/
gtk/theme/Adwaita/_colors.scss
+++ b/
gtk/theme/Adwaita/_colors.scss
@@
-44,7
+44,7
@@
$base_hover_color: transparentize($fg_color, 0.95);
$tooltip_borders_color: transparentize(white, 0.9);
$shadow_color: transparentize(black, 0.9);
-$drop_target_color:
#4e9a06
;
+$drop_target_color:
if($variant == 'light', #2ec27e, #26a269)
;
//insensitive state derived colors
$insensitive_fg_color: mix($fg_color, $bg_color, 50%);